From 403cab8f9d4125cef88abeb80427c5af9bee5488 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 27 Nov 2006 13:50:01 +0000 Subject: [PATCH] [LINUX] Update to 2.6.16.30. No changes required to sparse tree or patches directory. Signed-off-by: Ian Campbell --- buildconfigs/mk.linux-2.6-xen | 2 +- .../blktap-aio-16_03_06.patch | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/device_bind.patch | 0 .../{linux-2.6.16.29 => linux-2.6.16.30}/fix-hz-suspend.patch | 0 .../fix-ide-cd-pio-mode.patch | 0 .../i386-mach-io-check-nmi.patch | 0 .../{linux-2.6.16.29 => linux-2.6.16.30}/ipv6-no-autoconf.patch | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-csum.patch | 0 .../{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-0-base.patch | 0 .../net-gso-1-check-dodgy.patch | 0 .../net-gso-2-checksum-fix.patch | 0 .../net-gso-3-fix-errorcheck.patch | 0 .../net-gso-4-kill-warnon.patch | 0 .../net-gso-5-rcv-mss.patch | 0 .../pci-mmconfig-fix-from-2.6.17.patch | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/pmd-shared.patch | 0 .../{linux-2.6.16.29 => linux-2.6.16.30}/rcu_needs_cpu.patch | 0 .../rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/series | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/smp-alts.patch | 0 .../tpm_plugin_2.6.17.patch | 0 .../x86-elfnote-as-preprocessor-macro.patch | 0 .../x86-increase-interrupt-vector-range.patch | 0 ...86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch | 0 ...64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch | 0 patches/{linux-2.6.16.29 => linux-2.6.16.30}/xen-hotplug.patch | 0 .../{linux-2.6.16.29 => linux-2.6.16.30}/xenoprof-generic.patch | 0 27 files changed, 1 insertion(+), 1 deletion(-) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/blktap-aio-16_03_06.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/device_bind.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/fix-hz-suspend.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/fix-ide-cd-pio-mode.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/i386-mach-io-check-nmi.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/ipv6-no-autoconf.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-csum.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-0-base.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-1-check-dodgy.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-2-checksum-fix.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-3-fix-errorcheck.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-4-kill-warnon.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/net-gso-5-rcv-mss.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/pci-mmconfig-fix-from-2.6.17.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/pmd-shared.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/rcu_needs_cpu.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/series (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/smp-alts.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/tpm_plugin_2.6.17.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/x86-elfnote-as-preprocessor-macro.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/x86-increase-interrupt-vector-range.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/xen-hotplug.patch (100%) rename patches/{linux-2.6.16.29 => linux-2.6.16.30}/xenoprof-generic.patch (100%) diff --git a/buildconfigs/mk.linux-2.6-xen b/buildconfigs/mk.linux-2.6-xen index d3d948861d..f9a1e954f1 100644 --- a/buildconfigs/mk.linux-2.6-xen +++ b/buildconfigs/mk.linux-2.6-xen @@ -1,5 +1,5 @@ LINUX_SERIES = 2.6 -LINUX_VER = 2.6.16.29 +LINUX_VER = 2.6.16.30 EXTRAVERSION ?= xen diff --git a/patches/linux-2.6.16.29/blktap-aio-16_03_06.patch b/patches/linux-2.6.16.30/blktap-aio-16_03_06.patch similarity index 100% rename from patches/linux-2.6.16.29/blktap-aio-16_03_06.patch rename to patches/linux-2.6.16.30/blktap-aio-16_03_06.patch diff --git a/patches/linux-2.6.16.29/device_bind.patch b/patches/linux-2.6.16.30/device_bind.patch similarity index 100% rename from patches/linux-2.6.16.29/device_bind.patch rename to patches/linux-2.6.16.30/device_bind.patch diff --git a/patches/linux-2.6.16.29/fix-hz-suspend.patch b/patches/linux-2.6.16.30/fix-hz-suspend.patch similarity index 100% rename from patches/linux-2.6.16.29/fix-hz-suspend.patch rename to patches/linux-2.6.16.30/fix-hz-suspend.patch diff --git a/patches/linux-2.6.16.29/fix-ide-cd-pio-mode.patch b/patches/linux-2.6.16.30/fix-ide-cd-pio-mode.patch similarity index 100% rename from patches/linux-2.6.16.29/fix-ide-cd-pio-mode.patch rename to patches/linux-2.6.16.30/fix-ide-cd-pio-mode.patch diff --git a/patches/linux-2.6.16.29/i386-mach-io-check-nmi.patch b/patches/linux-2.6.16.30/i386-mach-io-check-nmi.patch similarity index 100% rename from patches/linux-2.6.16.29/i386-mach-io-check-nmi.patch rename to patches/linux-2.6.16.30/i386-mach-io-check-nmi.patch diff --git a/patches/linux-2.6.16.29/ipv6-no-autoconf.patch b/patches/linux-2.6.16.30/ipv6-no-autoconf.patch similarity index 100% rename from patches/linux-2.6.16.29/ipv6-no-autoconf.patch rename to patches/linux-2.6.16.30/ipv6-no-autoconf.patch diff --git a/patches/linux-2.6.16.29/net-csum.patch b/patches/linux-2.6.16.30/net-csum.patch similarity index 100% rename from patches/linux-2.6.16.29/net-csum.patch rename to patches/linux-2.6.16.30/net-csum.patch diff --git a/patches/linux-2.6.16.29/net-gso-0-base.patch b/patches/linux-2.6.16.30/net-gso-0-base.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-0-base.patch rename to patches/linux-2.6.16.30/net-gso-0-base.patch diff --git a/patches/linux-2.6.16.29/net-gso-1-check-dodgy.patch b/patches/linux-2.6.16.30/net-gso-1-check-dodgy.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-1-check-dodgy.patch rename to patches/linux-2.6.16.30/net-gso-1-check-dodgy.patch diff --git a/patches/linux-2.6.16.29/net-gso-2-checksum-fix.patch b/patches/linux-2.6.16.30/net-gso-2-checksum-fix.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-2-checksum-fix.patch rename to patches/linux-2.6.16.30/net-gso-2-checksum-fix.patch diff --git a/patches/linux-2.6.16.29/net-gso-3-fix-errorcheck.patch b/patches/linux-2.6.16.30/net-gso-3-fix-errorcheck.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-3-fix-errorcheck.patch rename to patches/linux-2.6.16.30/net-gso-3-fix-errorcheck.patch diff --git a/patches/linux-2.6.16.29/net-gso-4-kill-warnon.patch b/patches/linux-2.6.16.30/net-gso-4-kill-warnon.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-4-kill-warnon.patch rename to patches/linux-2.6.16.30/net-gso-4-kill-warnon.patch diff --git a/patches/linux-2.6.16.29/net-gso-5-rcv-mss.patch b/patches/linux-2.6.16.30/net-gso-5-rcv-mss.patch similarity index 100% rename from patches/linux-2.6.16.29/net-gso-5-rcv-mss.patch rename to patches/linux-2.6.16.30/net-gso-5-rcv-mss.patch diff --git a/patches/linux-2.6.16.29/pci-mmconfig-fix-from-2.6.17.patch b/patches/linux-2.6.16.30/pci-mmconfig-fix-from-2.6.17.patch similarity index 100% rename from patches/linux-2.6.16.29/pci-mmconfig-fix-from-2.6.17.patch rename to patches/linux-2.6.16.30/pci-mmconfig-fix-from-2.6.17.patch diff --git a/patches/linux-2.6.16.29/pmd-shared.patch b/patches/linux-2.6.16.30/pmd-shared.patch similarity index 100% rename from patches/linux-2.6.16.29/pmd-shared.patch rename to patches/linux-2.6.16.30/pmd-shared.patch diff --git a/patches/linux-2.6.16.29/rcu_needs_cpu.patch b/patches/linux-2.6.16.30/rcu_needs_cpu.patch similarity index 100% rename from patches/linux-2.6.16.29/rcu_needs_cpu.patch rename to patches/linux-2.6.16.30/rcu_needs_cpu.patch diff --git a/patches/linux-2.6.16.29/rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch b/patches/linux-2.6.16.30/rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch similarity index 100% rename from patches/linux-2.6.16.29/rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch rename to patches/linux-2.6.16.30/rename-TSS_sysenter_esp0-SYSENTER_stack_esp0.patch diff --git a/patches/linux-2.6.16.29/series b/patches/linux-2.6.16.30/series similarity index 100% rename from patches/linux-2.6.16.29/series rename to patches/linux-2.6.16.30/series diff --git a/patches/linux-2.6.16.29/smp-alts.patch b/patches/linux-2.6.16.30/smp-alts.patch similarity index 100% rename from patches/linux-2.6.16.29/smp-alts.patch rename to patches/linux-2.6.16.30/smp-alts.patch diff --git a/patches/linux-2.6.16.29/tpm_plugin_2.6.17.patch b/patches/linux-2.6.16.30/tpm_plugin_2.6.17.patch similarity index 100% rename from patches/linux-2.6.16.29/tpm_plugin_2.6.17.patch rename to patches/linux-2.6.16.30/tpm_plugin_2.6.17.patch diff --git a/patches/linux-2.6.16.29/x86-elfnote-as-preprocessor-macro.patch b/patches/linux-2.6.16.30/x86-elfnote-as-preprocessor-macro.patch similarity index 100% rename from patches/linux-2.6.16.29/x86-elfnote-as-preprocessor-macro.patch rename to patches/linux-2.6.16.30/x86-elfnote-as-preprocessor-macro.patch diff --git a/patches/linux-2.6.16.29/x86-increase-interrupt-vector-range.patch b/patches/linux-2.6.16.30/x86-increase-interrupt-vector-range.patch similarity index 100% rename from patches/linux-2.6.16.29/x86-increase-interrupt-vector-range.patch rename to patches/linux-2.6.16.30/x86-increase-interrupt-vector-range.patch diff --git a/patches/linux-2.6.16.29/x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch b/patches/linux-2.6.16.30/x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch similarity index 100% rename from patches/linux-2.6.16.29/x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch rename to patches/linux-2.6.16.30/x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch diff --git a/patches/linux-2.6.16.29/x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch b/patches/linux-2.6.16.30/x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch similarity index 100% rename from patches/linux-2.6.16.29/x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch rename to patches/linux-2.6.16.30/x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch diff --git a/patches/linux-2.6.16.29/xen-hotplug.patch b/patches/linux-2.6.16.30/xen-hotplug.patch similarity index 100% rename from patches/linux-2.6.16.29/xen-hotplug.patch rename to patches/linux-2.6.16.30/xen-hotplug.patch diff --git a/patches/linux-2.6.16.29/xenoprof-generic.patch b/patches/linux-2.6.16.30/xenoprof-generic.patch similarity index 100% rename from patches/linux-2.6.16.29/xenoprof-generic.patch rename to patches/linux-2.6.16.30/xenoprof-generic.patch -- 2.30.2